PDF Functions
PHP Manual

PDF_stroke

(PHP 4, PECL pdflib >= 1.0.0)

PDF_strokeDraws line along path

Description

void pdf_stroke ( int $pdf document )

The PDF_stroke() function draws a line along current path. The current path is the sum of all line drawing. Without this function the line would not be drawn.

See also PDF_closepath(), PDF_closepath_stroke().


PDF Functions
PHP Manual